home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 201-225 / 201 / draco / drinc / exec / execbase.g < prev    next >
Text File  |  1995-03-13  |  1KB  |  70 lines

  1. type
  2. „Library_t=unknown34,
  3. „IntVector_t=unknown12,
  4. „List_t=unknown14,
  5. „SoftIntList_t=unknown16,
  6.  
  7. „ExecBase_t=struct{
  8. ˆLibrary_teb_LibNode;
  9. ˆuinteb_SoftVer;
  10. ˆuinteb_LowMemChkSum;
  11. ˆ*byteeb_ColdCapture;
  12. ˆ*byteeb_CoolCapture;
  13. ˆ*byteeb_WarmCapture;
  14. ˆ*byteeb_SysStkUpper;
  15. ˆ*byteeb_SysStkLower;
  16. ˆulongeb_MaxLocMem;
  17. ˆ*byteeb_DebugEntry;
  18. ˆ*byteeb_DebugData;
  19. ˆ*byteeb_AlertData;
  20. ˆ*byteeb_MaxExtMem;
  21. ˆuinteb_ChkSum;
  22. ˆ[16]IntVector_teb_IntVects;
  23. ˆ*Task_teb_ThisTask;
  24. ˆulongeb_IdleCount;
  25. ˆulongeb_DispCount;
  26. ˆuinteb_Quantum;
  27. ˆuinteb_Elapsed;
  28. ˆuinteb_SysFlags;
  29. ˆbyteeb_IDNestCnt;
  30. ˆbyteeb_TDNestCnt;
  31. ˆuinteb_AttnFlags;
  32. ˆuinteb_AttnResched;
  33. ˆ*byteeb_ResModules;
  34. ˆ*byteeb_TaskTrapCode;
  35. ˆ*byteeb_TaskExceptCode;
  36. ˆ*byteeb_TaskExitCode;
  37. ˆulongeb_TaskSigAlloc;
  38. ˆulongdb_TaskTrapAlloc;
  39. ˆList_teb_MemList;
  40. ˆList_teb_ResourceList;
  41. ˆList_teb_DeviceList;
  42. ˆList_teb_IntrList;
  43. ˆList_teb_LibList;
  44. ˆList_teb_PortList;
  45. ˆList_teb_TaskReady;
  46. ˆList_teb_TaskWait;
  47. ˆ[5]SoftIntList_teb_SoftInts;
  48. ˆ[4]ulongeb_LastAlert;
  49. ˆbyteeb_VBlankFrequency;
  50. ˆbyteeb_PowerSupplyFrequency;
  51. ˆList_teb_SemaphoreList;
  52. ˆ*byteeb_KickMemPtr;
  53. ˆ*byteeb_KickTagPtr;
  54. ˆ*byteeb_KickCheckSum;
  55. ˆ[10]byteeb_ExecBaseReserved;
  56. ˆ[20]byteeb_ExecBaseNewReserved;
  57. „};
  58.  
  59. uint
  60. „AFB_68010=0,
  61. „AFB_68020=1,
  62. „AFB_68881=4,
  63.  
  64. „AFF_68010=1<<0,
  65. „AFF_68020=1<<1,
  66. „AFF_68881=1<<4,
  67.  
  68. „AFB_RESERVED8=8,
  69. „AFB_RESERVED9=9;
  70.